Basis{
	Rollmaterial{
		Masse( 1200 )
		Bremskraft( 75 )
		Reibungskraft( 3 )
		vUeberhang( 90 )
		hUeberhang( 400 )

		BoxX+( 90 )
		BoxX-( -400 )
		BoxY+( -100 )
		BoxY-( -300)
		BoxZ+( 170 )
		BoxZ-( 0 )
		RMTyp(5)
		NoZ()
	}

	Motor{
		Leistung( 100 )
		Grenzdrehzahl_U1( 200 )
		Grenzdrehzahl_U2( 2000 )
		Grenzdrehzahl_U3( 4000 )
	}

	Getriebe{
		Treibradradius( 40 )
		Gang{ 
			Uebersetzung(-2)   
		}
		Gang{ 
			Uebersetzung(-4.0)
		}
		Gang{ 
			Uebersetzung( 4.0 )
		}
		Gang{ 
			Uebersetzung( 2 )
		}
	}
}
